

//==============================================================================
define firebowllarge
{
   set hotspot
   {
      version
      {
		Visualparticle SFX E Inferno Fire Bowl Unit large
      }
   }
}

//==============================================================================
define smokelarge
{
   set hotspot
   {
      version
      {
		Visualparticle SFX E Inferno Smoke Unit Large
      }
   }
}

//==============================================================================
define fireunitlarge
{
	set hotspot
	{
		version
		{
			Visualparticle SFX E Inferno Fire Unit large
		}
	}
}



//==============================================================================
define firebowlmedium
{
   set hotspot
   {
      version
      {
		Visualparticle SFX E Inferno Fire Bowl Unit Medium
      }
   }
}

//==============================================================================
define smokemedium
{
   set hotspot
   {
      version
      {
		Visualparticle SFX E Inferno Smoke Unit Medium
      }
   }
}

//==============================================================================
define fireunitmedium
{
	set hotspot
	{
		version
		{
			Visualparticle SFX E Inferno Fire Unit Medium
		}
	}
}



//==============================================================================
define firebowlsmall
{
   set hotspot
   {
      version
      {
		Visualparticle SFX E Inferno Fire Bowl Unit Small
      }
   }
}

//==============================================================================
define smokesmall
{
   set hotspot
   {
      version
      {
		Visualparticle SFX E Inferno Smoke Unit Small
      }
   }
}

//==============================================================================
define fireunitsmall
{
	set hotspot
	{
		version
		{
			Visualparticle SFX E Inferno Fire Unit Small
		}
	}
}


//==============================================================================
anim Idle
{
   SetSelector none 
   {
	  	set hotspot
      {
         version
         {
             Visualnone jimmy
			connect ATTACHPOINT smokelarge HOTSPOT
			connect ATTACHPOINT firebowllarge HOTSPOT
			connect ATTACHPOINT fireunitlarge HOTSPOT
         }
		 version
         {
            Visualnone jimmy
			connect ATTACHPOINT smokemedium HOTSPOT
			connect ATTACHPOINT firebowlmedium HOTSPOT
			connect ATTACHPOINT fireunitmedium HOTSPOT
         }
		 version
         {
             Visualnone jimmy
			connect ATTACHPOINT smokesmall HOTSPOT
			connect ATTACHPOINT firebowlsmall HOTSPOT
			connect ATTACHPOINT fireunitsmall HOTSPOT
         }
      }
   }
}
